home *** CD-ROM | disk | FTP | other *** search
- // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
- // see COPYRIGHT for reuse legalities
- //
-
- #import <appkit/appkit.h>
-
- @interface WW3DShapeCell:NXBrowserCell
- {
- id shape;
- }
-
- - init;
- - initTextCell:(const char *)aString;
- - awake;
- - shape;
- - write:(NXTypedStream *)stream;
- - read:(NXTypedStream *)stream;
-
- - setShape:shape;
- - shape;
-
- @end
-